luci-mod-network: fix name of network.device.isolate uci option
authorJo-Philipp Wich <[email protected]>
Thu, 23 Sep 2021 15:33:43 +0000 (17:33 +0200)
committerJo-Philipp Wich <[email protected]>
Thu, 23 Sep 2021 15:34:41 +0000 (17:34 +0200)
Fixes: #5383
Signed-off-by: Jo-Philipp Wich <[email protected]>
(cherry picked from commit e0053fe79d7c2167298907b06f161795f9c38031)

modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js

index 6248f7bf77ce6c2356b31659a04a0b70733956b9..cb453a3085302434bdfa92b4eee5b790f9a96a51 100644 (file)
@@ -699,7 +699,7 @@ return baseclass.extend({
                        o = this.replaceOption(s, 'brport', form.Flag, 'unicast_flood', _('Enable unicast flooding'));
                        o.default = o.enabled;
 
-                       o = this.replaceOption(s, 'brport', form.Flag, 'isolated', _('Port isolation'), _('Only allow communication with non-isolated bridge ports when enabled'));
+                       o = this.replaceOption(s, 'brport', form.Flag, 'isolate', _('Port isolation'), _('Only allow communication with non-isolated bridge ports when enabled'));
                        o.default = o.disabled;
 
                        o = this.replaceOption(s, 'brport', form.ListValue, 'multicast_router', _('Multicast routing'));